/*标签样式初始化*/
div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
i,
em {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	font-style: normal;
}

.dfs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/*公共样式部分*/
body {
	color: #666;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Microsoft YaHei";
	overflow-x: hidden;
}

#copy {
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #065cd3;
	text-decoration: none;
}

.box {
	margin: 0 auto;
	width: 80%;
	min-width: 1400px;
	box-sizing: border-box;
	padding: 0 2%;
}

.page {
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
}

.bg {
	width: 100%;
	min-width: 1400px;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*左右浮动清除*/
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/*间隙*/
.top10 {
	padding-top: 10px;
}

.top20 {
	padding-top: 20px;
}

.top30 {
	padding-top: 30px;
}

.top40 {
	padding-top: 40px;
}

.top50 {
	padding-top: 50px;
}

.top60 {
	padding-top: 60px;
}

.top70 {
	padding-top: 70px;
}

.top80 {
	padding-top: 80px;
}

.top90 {
	padding-top: 90px;
}

.top100 {
	padding-top: 100px;
}


/*英文样式*/
.font_en {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.en {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.t {
	font-weight: normal;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 40px;
}

.t p {
	font-size: 40px;
	font-weight: bold;
	color: #222;
}

.t dd {
	font-size: 18px;
	line-height: 40px
}





/*头部*/
.total_top {
	height: 40px;
	line-height: 40px;
	min-width: 1400px;
	margin: auto;
	position: relative;
	color: #666;
	padding: 0 2%;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.total_top a {
	color: #666;
}

.top_left {
	font-size: 14px;
}

.top_right li {
	float: left;
	border-left: solid 1px #ebebeb;
	padding-left: 20px;
	padding-right: 20px;
}

.top_right li img {
	float: left;
	margin-top: 11px;
	margin-right: 10px;
}

.top_right li strong {
	font-size: 18px;
	color: #3677ef;
}

.top_right li.zuihou {
	padding-right: 0px;
}


/*导航*/

.head {
	justify-content: space-between;
	width: 100%;
	padding: 0 2%;
}



.name {}

.name p {
	font-size: 20px;
	color: #3677ef;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 2px;
}

.name d {
	font-size: 15px;
}

.head_l i {
	content: '';
	width: 1px;
	height: 50px;
	display: block;
	background: #eee;
	margin: 0 20px;
}


.nav {
	height: 120px;
}

.nav>ul>li {
	float: left;
	display: block;
	height: 120px;
	position: relative;
	z-index: 99;
	position: relative;
	text-align: center;
}

.nav>ul>li+li {
	margin-left: 50px;
}

.nav>ul>li>a {
	display: block;
	color: #222;
	font-size: 16px;
	text-align: center;
	z-index: 3333;
	line-height: 120px;
	position: relative;
}

.nav>ul>li.navcurrent>a,
.nav>ul>li:hover>a {
	color: #3677ef;
}

@media (max-width: 1600px) {
	.nav>ul>li+li {
		margin-left: 30px;
	}
}

@media (max-width: 1500px) {

	.name,
	.head_l i {
		display: none;
	}
}

/*下拉*/
.nav li dl {
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 120px;
	left: -280px;
	z-index: 9999;
	overflow: hidden;
	width: 425px;
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
	transition: 0.5s;
	transform-origin: top;
	transform: rotateX(90deg);
}

#Zz5 dl,
#Zz6 dl {
	right: 0;
	left: auto;
}

.nav li:hover dl {
	transform: rotateX(0deg);
}

.nav li dl dt {
	width: 130px;
	float: left;
	color: #333;
	line-height: 28px;
	margin: 40px 40px 44px 40px;
	text-align: left;
}

.nav li dl dt b {
	display: block;
	width: 40px;
	height: 3px;
	background-color: #3677ef;
	margin-bottom: 20px;
}

.nav li dl dt strong {
	display: block;
	font-size: 20px;
	margin-bottom: 25px;
}

.nav li dl dt span {
	display: block;
	width: 118px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #cecece;
	color: #999;
	font-family: Arial;
}

.nav li dl dt span a {
	color: #999;
	font-size: 12px;
}

.nav li dl dt img {
	margin-bottom: 5px;
}

.nav li dd {
	width: 180px;
	float: left;
	line-height: 38px;
	display: block;
	text-align: left;
	overflow: hidden;
	margin: 38px 0px;
}

.nav li dd a {
	display: block;
	color: #777;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-weight: 100;
	border: 1px #eee solid;
	text-align: center;
	margin-top: 6px;
	line-height: 30px;
}

.nav li dd a:hover {
	background: #3677ef;
	color: #fff !important;
	border-color: #3677ef;
}

.nav li.dhh dd a:hover {
	color: #3677ef;
}

.juli dd .prolist2021 li a {
	display: block;
	color: #777;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-weight: 100;
	border: 1px #eee solid;
	text-align: center;
	margin-top: 6px;
	line-height: 30px;
}


/*幻灯片*/
.banner-box,
.banner-box .bd li {
	height: 40vw;
}

.banner-box .banner-btn a.prev {
	background-image: url('../img/prev.png');
}

.banner-box .banner-btn a.next {
	background-image: url('../img/next.png');
}

.banner-box .hd ul li.on {
	background: #3677ef;
}

.banner-box {
	/* min-width:1400px; */
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.banner-box .bd {
	width: 100% !important;
}

.banner-b {
	position: absolute;
	bottom: 0;
}

.banner-box .bd li {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.banner-box .bd li a {
	display: block;
	background-size: auto;
	width: 100% !important;
	height: 100% !important;
}

.banner-btn a {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	opacity: 0.4;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all linear;
	top: 350px;
	background-repeat: no-repeat;
}

.banner-btn a.prev {
	animation: prev 1.5s linear infinite;
}

.banner-btn a.next {
	animation: next 1.5s linear infinite;
}

@keyframes prev {
	0% {
		left: 60px;
		opacity: 1;
	}

	50% {
		left: 80px;
		opacity: 0.1;
	}

	100% {
		left: 60px;
		opacity: 1;
	}
}

@keyframes next {
	0% {
		right: 60px;
		opacity: 1;
	}

	50% {
		right: 80px;
		opacity: 0.1;
	}

	100% {
		right: 60px;
		opacity: 1;
	}
}


.banner-box .hd {
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: block;
}

.banner-box .hd ul {
	text-align: center
}

.banner-box .hd ul li {
	width: 20px;
	height: 10px;
	border-radius: 20px;
	text-indent: -9999px;
	background: #ccc;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out
}

.banner-box .hd ul li.on {
	width: 32px;
}



/*搜索*/
#search_bg {
	width: 100%;
	margin: 0 auto;
	min-width: 1002px;
	padding: 15px 0;
	border-bottom: 1px #eee solid;
}

#search_b {
	width: 1400px;
	margin: 0 auto;
	height: 41px;
}

#search-i {
	float: left;
	width: 39px;
	height: 39px;
	padding: 10px 35px;
}

#search_r {
	width: 250px;
	float: right;
	background-color: #fff;
	border: 1px solid #eee;
}

#search-bg {
	float: left;
	width: 155px;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	margin-left: 15px;
	color: #999;
}

#search-text {
	width: 1100px;
	float: left;
	line-height: 41px;
	color: #222;
	font-size: 15px;
	font-weight: 100;
}

#search-text a {
	color: #666;
	font-size: 15px;
}

#search-text strong {
	font-weight: bold;
	font-size: 15px;
}

#search_center img {
	width: 400px;
}

#search_center #bodycontent div div+div {
	width: 400px !important;
	height: 40px !important;
	line-height: 40px !important;
	overflow: hidden;
}




/*产品中心*/
.prod_bg {
	background: #f5f5f5;
}

.prod_l {
	width: 20%;
}

.prod_l_t {
	width: 100%;
	text-align: center;
	background: #3677ef;
	padding: 20px 0;
}

.prod_l_t p {
	font-size: 28px;
	color: #fff;
}

.prod_l_t d {
	font-size: 20px;
	color: #fff;
	font-family: 'Futura Bk';
}

.prod_list {
	width: 100%;
	border: 1px solid #eee;
	background: #fff;
}

.prod_list .prolist2021 ul li {
	width: 100%;
	display: block;
	line-height: 63px;
}

.prod_list .prolist2021 ul li+li:before {
	content: '';
	width: 85%;
	height: 1px;
	background: #eee;
	display: block;
	margin: 0 auto;
}

.prod_list .prolist2021 ul li a {
	padding-left: 10%;
	font-size: 15px;
}

.prod_cont {
	display: flex;
	justify-content: space-between;
}

.prod_r {
	width: 78%;
}

.prod_img {
	width: 43%;
	float: left;
	overflow: hidden;
}

.prod_img img {
	width: 100%;
	transition: 0.3s all ease-in-out;
}

.prod_img img:hover {
	transform: scale(1.1);
}

.pro_qie {
	width: 100%;
	height: 395px;
	overflow: hidden;
	background: #fff;
}

.pro_qie dl {
	float: left;
	background: #fff;
	width: 100%;
	height: 395px;
	overflow: hidden;
}

.prod_r_t {
	position: relative;
}

.pro_qie dl dt {
	position: relative;
	width: 55%;
	padding-right: 60px;
	font-size: 16px;
	color: #555;
	float: right;
}

.pro_qie dl dt img {
	margin-top: 25px;
}

.pro_qie dl dt strong {
	display: block;
	margin-bottom: 10px;
}

.pro_qie dl dt strong a {
	font-weight: normal;
	font-size: 27px;
	color: #303030;
}

.pro_qie dl dt span {
	display: block;
	margin-bottom: 15px;
	line-height: 28px;
}

#Partner_img_btn_l {
	background: url('../img/pro_prev.png') center no-repeat;
	width: 30px;
	height: 59px;
	top: 168px;
	cursor: pointer;
	position: absolute;
}

#Partner_img_btn_r {
	background: url('../img/pro_next.png') center no-repeat;
	width: 30px;
	height: 59px;
	right: 0px;
	top: 168px;
	cursor: pointer;
	position: absolute;
}




.prod_b .divproduct_new_div_item {
	width: 32%;
	margin-left: 2%;
	background: #fff;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-top: 2%;
}

.prod_b .divproduct_new_div_item:nth-child(3n+1) {
	margin-left: 0;
}

.prod_b .product_div_item_pic {
	width: 100%;
}

.prod_b .product_div_item_pic a {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.prod_b .product_div_item_pic a img {
	transition: 0.3s all ease-in-out
}

.prod_b .product_div_item_pic a:hover img {
	transform: scale(1.1);
}

.prod_b .product_div_item_pic img {
	width: 400px;
}

.prod_b .divproduct_new_div .divproduct_new_div_item .divproduct_new_div_item_content {
	width: 100%;
	background: #fff;
	padding: 25px;
	text-align: left;
}

.prod_b .divproduct_new_div_item_content .divproduct_new_div_item_title a {
	font-size: 18px;
	color: #333;
	display: block;
	width: 100%;
}

.prod_b .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_title a {
	color: #0f5dbf;
}

.prod_b .divproduct_new_div_item_content .divproduct_new_div_item_body {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}




/*产品优势*/
.padv_t {
	text-align: left;
}

.padv_t p {
	font-weight: 500;
}

.padv_t span {
	background-color: rgb(92, 148, 251);
	width: 71px;
	height: 6px;
	display: block;
	margin-top: 30px;
}

.padv_l {
	width: 50%;
}

.padv_l ul {
	display: block;
	width: 70%;
}

.padv_l ul li {
	width: 120px;
	height: 120px;
	float: left;
	background: #3677ef;
	margin-left: calc((100% - 360px) / 3);
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	cursor: pointer;
}

.padv_l ul li:nth-child(3n+1) {
	margin-left: 0;
}

.padv_l ul li:nth-child(n+4) {
	margin-top: calc((100% - 360px) / 3);
}

.padv_r {
	margin-top: 160px;
	position: relative;
}

.padv_l ul li p {
	color: #fff;
	font-size: 16px;
}

.padv_l ul li i {
	color: #fff;
	font-size: 40px;
	display: block;
	margin-bottom: 5px;
}

.padv_l ul li:hover i {
	animation: test 0.2s ease-in 1;
}

.padv_l ul li:nth-child(3n) i {
	font-size: 50px;
}

.feature_tu {
	width: 385px;
	height: 406px;
	position: absolute;
	top: 0;
}

.feature_tu li.weizhi1 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.feature_tu li.weizhi2 {
	position: absolute;
	top: -10px;
	z-index: 2;
	left: 120px;
	transition: .1s ease-out;
	animation: data1 2s linear infinite;
}

.feature_tu li.weizhi3 {
	position: absolute;
	top: -26px;
	z-index: 2;
	left: -31px;
	transition: .2s ease-out;
	animation: data1 2.5s linear infinite;
}

.feature_tu li.weizhi4 {
	position: absolute;
	top: 80px;
	z-index: 2;
	left: -130px;
	transition: .3s ease-out;
	animation: data1 3s linear infinite;
}

.feature_tu li.weizhi5 {
	position: absolute;
	top: 210px;
	z-index: 2;
	left: -101px;
	transition: .4s ease-out;
	animation: data1 3.5s linear infinite;
}

.padv_bg {
	position: relative;
	z-index: 9;
}

.padv_b ul {
	display: flex;
}

.padv_b li {
	width: calc(21% - 10px);
	display: block;
	float: left;
	background: #fff;
	height: 228px;
	box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
}

.padv_b li+li {
	margin-left: 10px;
}

.padv_b * {
	transition: 0.3s ease all;
}

.padv_b li.on {
	width: 37%;
	background: #3677ef;
}

.padv_b li dd {
	max-height: 0;
	overflow: hidden;
	font-size: 15px;
}

.padv_b li p {
	font-size: 24px;
	margin-top: 10px;
}

.padv_b li d {
	font-size: 16px;
	color: #ccc;
	font-family: 'Futura Bk';
}

.padv_b li span {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.padv_b li.on {
	text-align: left;
	padding: 0 50px;
}

.padv_b li.on span {
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	background: #3677ef;
	position: absolute;
	right: 50px;
	top: -40px;
}

.padv_b li.on img {
	filter: brightness(3);
	width: 45px;
}

.padv_b li.on p {
	color: #fff;
	width: 100%;
}

.padv_b li.on d {
	display: none;
}

.padv_b li.on dd {
	max-height: 100px;
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}



@keyframes data1 {
	25% {
		-webkit-transform: translateY(-10px);
	}

	50%,
	100% {
		-webkit-transform: translateY(0);
	}

	75% {
		-webkit-transform: translateY(10px);
	}
}



@-webkit-keyframes test {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	25% {
		transform-origin: bottom;
		transform: rotate(10deg);
	}

	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	75% {
		transform-origin: bottom;
		transform: rotate(-10deg);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}


/*优势*/
.adv_bg {
	background: #f8f8f8;
}

.adv_list {
	width: 100%;
	height: 127px;
	background: #3677ef;
}

.adv_list li {
	width: 25%;
	display: block;
	text-align: center;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.adv_list li:before {
	content: '';
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #f34111;
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0px;
	left: calc((100% - 20px) / 2);
	z-index: -1;
	transition: 0.3s ease all;
}

.adv_list li.on:before {
	bottom: -12px;
	z-index: 1;
}

.adv_list li.on {
	background: #f34111
}

.adv_list li p {
	font-size: 28px;
}

.adv_list li d {
	font-size: 16px;
	display: block;
	margin-top: 5px;
}

.adv_list li+li:after {
	content: '';
	width: 1px;
	height: 50%;
	display: block;
	background: #fff;
	position: absolute;
	opacity: 0.3;
}

.adv_l,
.adv_r {
	width: 50%;
}

.adv_cont {
	position: relative;
	overflow: hidden;
}

.adv_cont ul {
	display: flex;
	transition: 0.3s ease all;
	width: 100%;
}

.adv_cont li {
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
	width: 100%;
}

.adv_r {
	padding: 45px 60px;
	background: #fff;
}

.adv_r p {
	font-size: 30px;
	font-weight: bold;
	color: #222;
}

.adv_r d {
	font-size: 22px;
	line-height: 40px;
}

.adv_r span {
	width: 102px;
	height: 2px;
	background: #3677ef;
	display: block;
	margin: 20px 0 35px;
}

.adv_r dd {
	font-size: 15px;
	line-height: 30px;
	font-weight: lighter;
}

.adva_more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 41%;
	position: absolute;
	right: 5%;
	bottom: 50px;
}

.adva_btn {
	display: flex;
	width: 22%;
	justify-content: space-between;
}

.adva_btn:hover i {}

.adva_btn>i {
	width: 50px;
	height: 50px;
	cursor: pointer;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 39%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.adva_btn>i:first-child {
	left: 19%;
}

.adva_btn>i:last-child {
	right: 17%;
}

.adva_btn>i:hover {
	background: #3677ef;
	color: #fff;
	border-color: #3677ef;
}

.adva_num {}

.adva_num p {
	display: flex;
	align-items: center;
	font-size: 30px;
	color: #999;
	font-weight: bold;
	font-family: din;
}

.adva_num p span {
	font-weight: bold;
	padding: 0 8px 0 0;
	color: #3677ef;
	font-size: 35px;
}

.adva_num p span:before {
	content: '0';
}



/*应用案例*/
.case_l {
	width: 40%;
	padding-left: 50px;
	position: relative;
	height: 487px;
	overflow: hidden;
}

.case_l:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #eee;
	display: block;
	position: absolute;
	left: 0;
}

.case_cont {
	max-height: 0px;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	transition: 0.3s ease all;
}

.case_l li {
	position: relative;
}

.case_l li .case_cont a {
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #999;
}

.case_l li .case_cont a:hover {
	color: #3677ef;
}

.case_l li p {
	font-size: 18px;
	color: #222;
	cursor: pointer;
}

.case_l li+li p {
	margin-top: 30px;
}

.case_l li.on p {
	margin-bottom: 10px;
}

.case_l li:before {
	content: '';
	width: 3px;
	height: 0px;
	display: block;
	background: #f34111;
	position: absolute;
	left: -51px;
	transition: 0.3s ease all;
}

.case_l li .case_cont {
	margin-top: 0;
}

.case_l li.on .case_cont {
	max-height: 500px;
	border-bottom: 1px solid #eee;
}

.case_l li.on:before {
	height: 50px;
}

.case_l li.on p {
	font-size: 24px;
	color: #3677ef;
}

.case_l li .case_cont d {
	font-size: 15px;
	line-height: 30px;
}

.case_r {
	width: 50%;
}

.case_r img {
	width: 100%;
}

.case_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}



/*数据*/
.numb_bg {
	background: url('../img/numb.jpg') center;
	background-attachment: fixed;
}

.numb {
	height: 188px;
	display: flex;
	justify-content: space-between;
}

.numb li {
	text-align: center;
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.numb li p {
	font-size: 64px;
	font-family: 'Futura';
	color: #fff;
}

.numb li p:after {
	content: '年';
	font-size: 16px;
	position: relative;
	top: -40px;
	margin-left: 10px;
}

.numb li:nth-child(2) p:after {
	content: '+';
}

.numb li:nth-child(3) p:after {
	content: '+';
}

.numb li:nth-child(4) p:after {
	content: '小时';
}

.numb li d {
	color: #fff;
	font-size: 15px;
}


/*荣誉资质*/
.honor_l p {
	font-size: 32px;
	color: #222;
}

.honor_l d {
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	display: block;
	margin-top: 10px;
}

.honor_l a {
	width: 150px;
	height: 40px;
	border: 1px solid #eee;
	font-size: 14px;
	font-weight: lighter;
	color: #666;
	display: block;
	line-height: 38px;
	text-align: center;
	margin-top: 100px;
	position: relative;
	transition: 0.3s ease all;
}

.honor_l a:hover {
	background: #3677ef;
	color: #fff;
}

.honor_l {
	width: 40%;
}

.honor_box {
	width: 55%;
}

.honor_box li img {
	width: 100%;
	height: auto;
	transition: 0.3s;
}

.honor_box li p {
	display: none;
}

.honor_box li p a {
	display: block;
}

.honor_box li:hover img {
	transform: scale(1.1);
}


/*应用案例*/
.honor_box {
	position: relative;
}

.honor_box .swiper-container {
	padding-bottom: 0px !important;
}

.honor_box .swiper-slide {
	width: 333px;
	height: 444px;
}

.honor_box .swiper-slide img {
	display: block;
}

.honor_box ul {
	display: flex;
}

.honor_box ul img {
	width: 100%;
	height: auto;
}

.honor_box li p a {
	display: block;
	width: 100%;
	text-align: center;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	line-height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

.honor_box li:hover p a {
	background: #1c60f9;
	transition: all .3s ease;
}




/*简介*/
.kb_a {
	text-align: center
}

.kb_atle {
	margin-bottom: -40px;
	font: 700 90px/1 Montserrat;
	color: #64686b;
	text-transform: uppercase;
	text-align: center
}

.kb_atte {
	color: #fff;
	letter-spacing: 3px;
	font-size: 40px;
	font-weight: bold;
}

.akrow {
	line-height: 60px;
	font-size: 18px;
	margin-bottom: 28px;
	color: #ccc;
}

.container {
	position: relative;
	min-width: 320px;
	width: 100%;
	width: 1400px;
	margin: 0 auto;
}

.pd60 {
	padding: 70px 0px 20px 0px;
	font-size: .875em;
	overflow: hidden;
}

.about {
	margin-top: 60px;
	background: url('../img/aboutbg.jpg') no-repeat center;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	position: relative;
	z-index: 2;
}

.about .txt {
	font-size: 16px;
	line-height: 30px;
}

.about::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	height: 30%;
	width: 100%;
	z-index: -1;
}

.about .main {
	max-width: 1340px;
	margin: 0 auto;
	color: #fff;
	line-height: 1.8;
	min-height: 230px;
}

.about .more {
	display: inline-block;
	width: 220px;
	height: 46px;
	font-size: 16px;
	line-height: 44px;
	margin-top: 40px;
	border: 2px solid #fff;
	color: #fff;
}

.about .more:hover {
	background: #2270e9;
	text-decoration: none;
	color: #fff;
}

.about .more i {
	font-style: normal;
	margin-left: 10px;
	position: relative;
	top: 1px;
	right: -47px;
}

.setting {
	padding: 40px;
	background: #fff;
	padding-bottom: 0;
	box-shadow: 0 6px 10px #eee;
}

.hr_bg {
	padding-bottom: 80px;
	background: #fff;
	margin-top: 80px;
}


.hnr_cnt {
	overflow: hidden;
	padding-bottom: 40px;
}

.hnr_cnt li {
	width: calc(100% / 4);
	height: 313px;
	padding-left: 0px !important;
	display: block;
	float: left;
	transition: 0.3s all ease-in-out;
	position: relative;
}

.hnr_cnt li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.hnr_cnt li:hover::after {
	transform: scale(1);
}

.hnr_cnt li img {
	width: 100%;
	height: auto;
	transition: 0.3s ease all;
}

.hnr_cnt li p {
	padding-top: 0px !important;
	width: 90%;
	position: relative;
	z-index: 2;
}

.hnr_cnt li p a {
	font-size: 15px;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.hnr_cnt li p:after {
	content: '';
	width: 40px;
	height: 4px;
	display: block;
	background: #2270e9;
	margin: 5px auto;
	transition: 0.3s all ease-in-out;
	position: relative;
	z-index: 2;
}

.hnr_cnt li {
	display: block;
}

.hnr_cnt li br {
	display: none;
}



.hnr_cnt li:hover p:after {
	background: #2270e9;
	width: 60px;
}

.hnr_cnt li>a {
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 20px auto 0;
	position: relative;
	z-index: 2;
}

.hnr_cnt li>a img {
	transition: 0.5s;
}

.hnr_cnt li:hover>a img {
	transform: scale(1.1)
}





/*新闻*/
.news .t {
	padding-top: 0 !important;
}

.news_title {
	text-align: left;
	float: left;
}

.news_tab {
	margin-top: 30px;
	text-align: center;
	float: right;
}

.news_tab li {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
}

.news_tab li+li {
	margin-left: 19px;
}

.news_tab li a {
	font-size: 18px;
	display: block;
}

.news_tab li.on a {
	color: #3677ef;
}

.news_tab li:before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	float: left;
	transition: all 0.3s;
	background-image: url('../img/newico.png');
}

.news_tab li:nth-child(1):before {
	background-position: 0 0;
}

.news_tab li:nth-child(2):before {
	background-position: -40px 0;
}

.news_tab li:nth-child(3):before {
	background-position: -80px 0;
}

.news_tab li.on:nth-child(1):before {
	background-position: 0 -40px;
}

.news_tab li.on:nth-child(2):before {
	background-position: -40px -40px;
}

.news_tab li.on:nth-child(3):before {
	background-position: -80px -40px;
}

.news_tab li.on a {
	border-bottom: 3px solid #3677ef;
}

.news_list {
	height: 541px;
	width: 100%;
	overflow: hidden;
}

.news_list .news_div {
	height: 540px;
}

.news_list .news_div_item {
	width: 23.65%;
	display: inline-block;
	position: relative;
	height: 540px;
	transition: 0.5s;
	padding: 20px;
	border: 1px #eee solid;
	background: #fff;
}

.news_list .news_div_item+.news_div_item {
	margin-left: 1.40%;
}

.news_list .news_div_item_date {
	position: absolute;
	top: 265px;
	display: inline-block;
	font-weight: 400;
	left: 19px;
	padding-left: 32px;
	height: 22px;
}

.news_list .news_div_item_date::before {
	position: absolute;
	content: '';
	background: url('../img/date.png') no-repeat left center;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
}

.news_list .news_div_item_content {
	position: absolute;
	top: 310px;
	left: 19px;
	padding-right: 14px;
}

.news_list .news_div_item_year,
.news_list .news_div_item_month,
.news_list .news_div_item_day {
	float: left;
	font-size: 15px;
	line-height: 22px;
	color: #999;
}

.news_list .news_div_item_a {
	font-size: 16px;
	display: block;
	margin-bottom: 16px;
	position: relative;
	transition: 0.3s;
	font-weight: normal;
}

.news_list .news_div_item_a::before {
	position: absolute;
	content: '查看详情';
	top: 150px;
	left: 0;
	width: 175px;
	height: 33px;
	background: #fff;
	border-radius: 40px;
	line-height: 33px;
	color: #999;
	font-size: 15px;
	transition: 0.5s;
	padding-left: 30px;
	border: 1px #eee solid;
	font-weight: 100;
}

.news_list .news_div_item_a::after {
	position: absolute;
	content: '';
	top: 160px;
	font-size: 43px;
	background: url('../img/newgg.png') no-repeat center;
	width: 18px;
	height: 14px;
	left: 130px;
	transition: 0.5s;
}

.news_list .news_div_item_body {
	font-size: 14px;
	color: #666;
	font-weight: 100;
	line-height: 28px;
}

.news_list .news_div_item_pic,
.news_list .news_div_item_pic a,
.news_list .news_div_item_image {
	width: 290px;
	height: 220px;
	display: block;
	transition: 0.3s;
	overflow: hidden;
}

.news_list .news_div_item_pic {
	border: 1px solid #eee;
}

.news_list .news_div_item:hover .news_div_item_a {
	color: #3677ef;
	transition: 0.3s;
}

.news_list .news_div_item:hover .news_div_item_a::before {
	background: #3677ef;
	transition: 0.5s;
	padding-left: 40px;
	color: #fff;
}

.news_list .news_div_item:hover .news_div_item_a::after {
	left: 170px;
	transition: 0.5s;
}

.news_div_item:hover .news_div_item_image {
	transform: scale(1.2);
}



/*footer*/
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_bg {
	width: 100%;
	color: #fff;
	background: #131513;
	position: relative;
	overflow: hidden;
	padding: 80px 0 70px;
}

.bq_item li {
	position: relative;
}

.bq_item li {
	float: left;
	position: relative;
}

.bq_item li:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 1px;
	background: #3677ef;
	top: 24px;
	left: -22px;
}

.bq_item li+li {
	margin-left: 15%;
}

.bq_item li a {
	display: block;
	font-size: 15px;
	line-height: 36px;
	color: rgba(255, 255, 255, 0.47);
	font-weight: lighter;
}

.bq_item li a:hover {
	color: #fff;
}

.footer_t {
	font-size: 18px !important;
	color: #fff !important;
	line-height: 48px !important;
	position: relative;
	font-weight: bold;
}

.footer li p img {
	width: 120px;
	border: 10px #fff solid;
}

.copy {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	padding-top: 10px;
}

.copy a {
	font-size: 14px;
	color: #999;
}

.copy a:hover {
	color: #ff0000;
}

.copy_bg {
	height: 80px;
	background: #131513;
	line-height: 80px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy_b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.copy_bg div {
	color: rgba(255, 255, 255, 0.47);
}

.copy_b div:nth-child(1) {
	width: 80%;
}

.copy_bg div a {
	color: rgba(255, 255, 255, 0.47);
	font-size: 14px;
}

.copy_bg div a:hover {
	color: #fff;
}

.foo_icon li div p {
	margin-top: 3px;
}

.cl {
	clear: both;
}

.banq {
	width: 73%;
}

.bq_cl>b,
.bq_cr>b,
.bq_r>b {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
	line-height: 48px;
}

.bq_ewm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	position: relative;
}

.bq_ewm li span {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	background: #131513;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.bq_ewm li span img {
	width: 100%;
}

.bq_ewm li span:hover {
	background: #3677ef;
	border-color: #065cd3;
}

.ewm_cc {
	position: absolute;
	top: -100px;
	left: 0;
	display: none;
}

.bq_r {
	width: 26%;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bq_lx {
	line-height: 36px;
}

.bq_lx li {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.47);
}

.bq_ewm li+li {
	margin-left: 10px;
}

.bq_item li:first-child {
	padding-left: 20px;
}

.bq_item li:first-child:before {
	left: 0;
}



.links {
	background: #3677ef;
	line-height: 92px;
	font-size: 18px;
	color: #fff;
}

.links p.fl {
	background: url('../img/links.png') no-repeat left center;
	padding-left: 33px;
	filter: brightness(5);
}

.links p.fr a {
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
}

.end {
	text-align: center;
}

.end,
.end a {
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 70px;
}

.links_r {
	width: 90% !important;
	padding-left: 1%;
}



.linkTagcs {
	width: 1000px;
	height: auto;
}

.linkTagcs ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.linkTagcs li {
	list-style: none;
	margin: 0px;
	padding-right: 10px;
	line-height: 92px;
	float: left;
}

.linkTagcs li a {
	color: #fff;
	word-break: break-all;
}

.linkTagcs li img {
	border: 0px;
}


/*浮动*/
.y-kefu-box {
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 9999;
	font-size: 13px;
}

.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}

.y-kefu-box01 .icon {
	display: block;
	background: url('../img/kefu.png') no-repeat;
	margin: 0 auto 6px;
}

.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}

.y-kefu-box01 .kf-close-btn {
	width: 27px;
	height: 27px;
	background-position: -5px -115px;
	position: relative;
	cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #3677ef;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	position: relative;
}

.y-kefu-box01 .show-status {
	position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
	background-color: #3677ef;
	border-color: #3677ef;
	color: #fff;
	margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}

.line-b {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
	margin-top: 20px;
	border-radius: 2px;
	left: 55px;
}

.y-kefu-box01 .hver:hover {
	background-color: #3677ef;
	border-color: #3677ef;
}

.y-kefu-box01 .hver:hover>p {
	color: #fff;
}

.y-kefu-box01 .kf-zixun1 {
	border-radius: 2px;
	border-bottom: 1px #efefef solid;
	border-top: 0px !important;
}

.y-kefu-box01 .kf-zixun1 i {
	width: 21px;
	height: 22px;
	background-position: -5px -180px;
}

.y-kefu-box01 .kf-zixun1:hover>i {
	background-position: -30px -180px;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}

.y-kefu-box01 .mobile-infos {
	width: 220px;
	text-align: left;
	top: 0;
}

.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
	color: #b9b9b9;
}

.y-kefu-box01 .mobile-infos p {
	color: #3677ef;
	font-size: 18px;
}

y-kefu-box .right {
	width: 12px;
	height: 12px;
	position: absolute;
	right: -12px;
	top: 24px;
}

y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px transparent dashed;
	border-left: 6px white solid;
	overflow: hidden;
}

y-kefu-box .right-arrow1 {
	left: 1px;
	border-left: 6px #efefef solid;
}

y-kefu-box .right-arrow2 {
	border-left: 6px white solid;
}

.y-kefu-box01 .y-ewm-box {
	width: 140px;
	top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
	width: 140px;
	padding: 10px;
}

.y-kefu-box01 .y-ewm-box>div p {
	line-height: 34px;
}

.y-kefu-box01 .y-ewm-box img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 140px;
}

.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}

/*email*/
.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color: #b9b9b9;
	text-align: left;
	bottom: 0;
	width: 170px;
}

.y-kefu-box01 .y-email-infos p {
	color: #3677ef;
	font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}

.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color: #3677ef;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}





/*产品列表*/
#bodycon {
	width: 1400px;
	margin: 0 auto;
}

#bodycon #left {
	float: left;
	width: 0px;

	background-color: ;

}

#bodycon #center {
	float: left;
	width: 1400px;

	background-color: ;

}

#bodycon #right {
	float: left;
	width: 0px;

	background-color: ;

}

#bodycontent {
	width: 1400px;
	margin: 0 auto;
	line-height: 180%;
	text-align: center;
}

#bodycontent.bodycontent2020 {
	text-align: left;
}

.banner_n {
	width: 100%;
	min-width: 1400px;
	height: 500px;
	color: #fff;
	margin: 0 auto;
	position: relative;
}

.ban_w {
	position: absolute;
	left: calc((100% - 1400px)/2);
	bottom: 80px;
}

.ban_w p {
	font-size: 40px;
	font-weight: bold;
	line-height: 70px;
}

.ban_w span {
	font-size: 25px;
}


.in_position {
	display: block;
	width: 100%;
	padding: 30px 0;
}

#bodycon #center {
	float: right !Important;
	width: 77% !important;
}

.pcontent_title_h4,
.product_content {
	width: 100% !important;
}

#bodycon #right {
	display: none;
}

#roller_pro table br {
	display: none;
}

#left {
	width: 21% !important;
}

#bodycontent {
	width: 100%;
}

.ddsubmenustyle li a {
	width: auto;
}

.pro_l {
	width: 100%;
}

.pro_l_t {
	width: 100%;
	text-align: center;
	background: #5c94fb;
	padding: 20px 0;
}

.pro_l_t p {
	font-size: 28px;
	color: #fff;
}

.pro_l_t d {
	font-size: 20px;
	color: #fff;
	font-family: 'Futura Bk';
}

.pro_list {
	width: 100%;
	border: 1px solid #eee;
	background: #fff;
}

.pro_list .prolist2021 ul li {
	width: 100%;
	display: block;
	line-height: 63px;
}

.pro_list .prolist2021 ul li+li:before {
	content: '';
	width: 85%;
	height: 1px;
	background: #eee;
	display: block;
	margin: 0 auto;
}

.pro_list .prolist2021 ul li a {
	padding-left: 10%;
	font-size: 15px;
}


.ny_prototal {
	width: 100%;
}

.ny_prolist {
	width: 31.3%;
	margin: 0 1%;
	float: left;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}

.ny_propic {
	overflow: hidden;
}

.ny_propic img {
	width: 100%;
	transition: all 0.5s;
}

.ny_protil {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.ny_protil {
	padding: 4% 0% 5% 0;
	font-size: 16px;
	display: block;
}

.ny_prolist a:hover .ny_protil {
	color: #f5811a;
}

.ny_prolist a:before,
.ny_prolist a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: 222;
	box-sizing: border-box;
	transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
	opacity: 0;
}

.ny_prolist a:before {
	top: 0;
	left: 0;
	border-top: 1px solid #f5811a;
	border-right: 1px solid #f5811a;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}

.ny_prolist a:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #f5811a;
	border-left: 1px solid #f5811a;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}

.ny_prolist a:hover:before,
.ny_prolist a:hover:after {
	width: 100%;
	height: 100%;
	transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
	opacity: 1;
}

.ny_prolist:hover {
	box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);
}

.ny_prolist a:hover .ny_propic img {
	transform: scale(1.1);
}

.clear {
	clear: both;
}


.pages_info {
	padding-bottom: 50px;
}

.pages_info ul li {
	display: inline-block;

}

.pages_info ul li a {
	display: block;
	padding: 5px 12px;
	background-color: #eee;
	margin: 0 5px;
	border-radius: 8px;
}

.pages_info .active a {
	color: #f22;
}

.pages_info ul li a:hover {
	background-color: #ddd;
}



/*产品详情*/
.pro_main_box {
	background: #fafafa;
	padding: 30px;
	box-sizing: border-box;
}

.propic_show_left {
	width: 552px;
	float: left;
	position: relative;
}

.propic_show_left img {
	width: 100%;
}

.mySwiper2 {
	width: 552px;
}




.propic_show_right {
	width: 400px;
	float: right;
	text-align: left;
	position: relative;
	font-size: 14px;
}

.propic_show_right p {
	line-height: 44px;
	font-size: 18px;
}


.pro_detail_title {
	font-size: 21px;
	display: block;
	line-height: 56px;
	border-bottom: 1px solid #eee;
	color: #333;
}

.pro_return {
	width: 37px;
	height: 37px;
	float: right;
	margin-top: 10px;
	background: url(../img/return.png) no-repeat;
	cursor: pointer;
}

.pro_detail_contz {
	min-height: 250px;
}


.mySwiper {
	width: 400px;
}

.mySwiper .swiper-slide {
	width: 140px;
	border: 1px solid #ddd;
}

.mySwiper .swiper-slide img {
	width: 100%;
}

.mySwiper .swiper-slide-thumb-active {
	border-color: #f66;
}


.advisory {
	padding: 30px 0;
}

.advisory span {
	font-size: 22px;
}

.advisory a {
	float: right;
	margin-top: -10px;
	padding: 5px 10px;
	background-color: #55aaff;
	color: #fff;
	border-radius: 3px;
}

.advisory a:hover {
	background-color: #0055ff;
}


.product_content {
	margin-top: 40px;
}

.product_content img {
	display: block;
    max-width: 100%;
	margin: auto;
}

.product_next {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-bottom: 50px;
}



.nswsfenlei_2019 {
	margin-bottom: 30px;
}

.nswsfenlei_2019 ul {
	font-size: 0;
}

.nswsfenlei_2019 li {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 50px;
	border: 1px solid #e0e0e0;
}

.nswsfenlei_2019 li+li {
	margin-left: 12px;
}

.nswsfenlei_2019 li:hover,
.nswsfenlei_2019 li.curNewsType_2019 {
	background: #5c94fb;
	border-color: #5c94fb;
}

.nswsfenlei_2019 li a {
	display: block;
	line-height: 50px;
	font-size: 16px;
}

.nswsfenlei_2019 li:hover a,
.nswsfenlei_2019 li.curNewsType_2019 a {
	color: #fff;
}

.newsbox {
	width: 100% !important;
	margin-bottom: 60px;
}

.nynews {
	width: 100%;
	margin: 0 auto;
}

.nynews-list {
	width: 100%;
	height: auto;
	padding: 3.2% 3%;
	margin: 50px auto;
	box-shadow: 0 0 1px #aaa;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.nynews-date {
	float: left;
	width: 9%;
	padding: 4% 3% 0 0;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	color: #999;
}

.nynews-date b {
	font-size: 34px;
	color: #000;
	line-height: 40px;
}

.nynews-photo {
	float: left;
	width: 20%;
	height: auto;
	overflow: hidden;
}

.nynews-photo img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.nynews-content {
	float: left;
	width: 59%;
	padding-left: 2%;
}

.nynews-title {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height: 40px;
	padding-bottom: 0.6vw;
}

.nynews-text {
	font-size: 15px;
	line-height: 28px;
	color: #666;
}

.nynews-more {
	float: right;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: 4%;
	font-size: 20px;
	color: #fff;
	font-family: serif;
	font-weight: bold;
	background: #e5e5e5;
	border-radius: 100%;
	text-align: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.nynews-list:hover {
	box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.nynews-list:hover .nynews-photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05)
}

.nynews-list:hover .nynews-title {
	color: #0d4486;
}

.nynews-list:hover .nynews-more {
	background: #0d4486;
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
}


.nyxqnewsbg {
	background: #fff !important;
	padding: 0 !important;
}

.nyxqnews_left {
	width: 72% !important;
	background: #fff !important;
	border: 1px #eee solid;
}

.nyxqnews_right {
	width: 26% !important;
}

.nyxqnews,
.news_box_lbm {
	width: 1400px !important;
}

.cl {
	clear: both;
}

.nyxqnewsbg {
	width: 100%;
	background: #f4f4f4;
	padding: 30px 0;
}

.nyxqnews {
	margin: 0 auto;
	width: 1200px;
}

.nyxqnews_left {
	width: 830px;
	float: left;
	background: #FFF;
	padding: 30px;
	padding-bottom: 0;
	overflow: hidden;
}

.news_lefttit {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}

.news_lefttit h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}

.news_lefttit span {
	display: block;
	float: left;
	border-left: 1px dotted #b6b6b6;
	color: #999;
	line-height: 14px;
	padding: 0 10px;
}

.news_lefttit .chuchu {
	padding: 0 10px 0 0;
	border-left: none;
}

.newsshare {
	float: right;
	margin-top: -8px;
}

.nyxqnews_leftcont {
	margin-top: 20px;
	line-height: 28px;
	color: #777;
}

.nyxqnews_leftpage {
	width: 890px;
	margin-left: -30px;
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	line-height: 70px;
}

.nyxqnews_leftup {
	float: left;
	border-right: 1px solid #e7e7e7;
	width: 364px;
	padding-left: 50px;
	padding-right: 30px;
	height: 70px;
	overflow: hidden;
	background: url('../img/newsup.png') 30px 29px no-repeat;
}

.nyxqnews_leftdown {
	float: right;
	text-align: right;
	width: 365px;
	padding-left: 30px;
	padding-right: 50px;
	height: 70px;
	overflow: hidden;
	background: url('../img/newsdown.png') 413px 29px no-repeat;
}

.nyxqnews_leftup {
	width: 50% !important;
}

.nyxqnews_right {
	width: 300px;
	float: right;
	position: relative;
}

.nyxqnews_leftdown {
	width: 40% !important;
	background-position: right center !important;
	margin-right: 2.4%;
}

.nyxqnews_leftpage {
	width: calc(100% + 60px) !important;
}

.nyxqnewsfanhui {
	position: absolute;
	top: 0;
	left: -958px;
	z-index: 10;
}

.nywenzhang {
	padding: 30px 30px 20px 30px;
	background: #fff !important;
	border: 1px #eee solid;
}


.nyxqnews_righttit {
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	height: 36px;
	line-height: 18px;
	position: relative;
}

.nyxqnews_righttit:before {
	content: "";
	width: 75px;
	height: 1px;
	background: #1059a9;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.nyxqnews_righttit strong {
	color: #1059a9;
}

.nyxqnews_rightcont {
	margin-top: 10px;
	line-height: 36px;
}

.nyxqnews_rightcont a {
	display: block;
	background: url('../img/newswenzhagn.png') left center no-repeat;
	padding-left: 22px;
	width: 220px;
	height: 36px;
	overflow: hidden;
}

.nyzx {
	margin-top: 10px;
}



.nylist {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.nylist li {
	width: 31.3%;
	margin: 1%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all linear 0.5s;
}

.nylist li:after {
	content: "";
	width: 70px;
	height: 3px;
	background: #4b83ff;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 2;
	transition: all linear 0.5s;
}

.nylist li:hover:after {
	width: 100%;
}

.nylist-photo {
	position: relative;
	overflow: hidden;
}

.nylist-photo img {
	width: 100%;
	transition: all linear 0.5s;
}

.nylist li:hover .nylist-photo img {
	transform: scale(1.1);
}

.nylist-title {}

.nylist-content {
	padding: 4% 6%;
	background: #fafafa;
}



/*简介*/
.com_bt {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 35px;
	display: block;
}

.com_bt span {
	font-family: impact;
	font-size: 36px;
	color: #5c94fb;
	display: block;
}

.synopsis {
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
}

.synopsis_le {
	position: relative;
	float: left;
	width: 37%;
	overflow: hidden;
}

.synopsis_ri {
	float: right;
	padding-right: 0;
	width: 62%;
	overflow: hidden;
	font-size: 16px;
}

.synopsis_ri p {
	text-indent: 2em;
	padding-bottom: 15px;
	line-height: 30px
}

/*企业文化*/
.wrapper .title {
	margin-top: 40px;
}

.wrapper .title p {
	font-size: 40px;
	font-weight: bold;
	color: #222;
	margin: 0 auto;
	text-align: center;
}

.wrapper .title span {
	font-size: 18px;
	line-height: 40px;
	display: block;
	text-align: center;
}

.duty {
	overflow: hidden;
}

.duty .wrap-title p {
	font-size: 14px;
	font-family: "DIN-Medium";
	color: #999;
	text-transform: uppercase;
}

.duty .inner {
	position: relative;
	height: 520px;
	overflow: hidden;
}

.duty-one {
	position: absolute;
	right: 0;
	top: 0;
	width: 670px;
	height: 520px;
	overflow: hidden;
	background: url(../img/cywh.jpg) no-repeat;
	animation: fadeinL 1s;
}

.duty-one .text {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 300px 100px 0 100px;
	background-color: rgb(0 0 0 / 40%);
	color: #fff;
}

.duty-one .text h3 {
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 30px;
}

.duty-one .text p {
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
}

.duty-one .text i {
	display: block;
	margin: 10px 0;
	width: 28px;
	height: 3px;
	background: #fff;
}

.duty-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 730px;
	height: 260px;
	overflow: hidden;
	background: #efefef;
	animation: fadeinT 1s;
}

.duty-two .text {
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 60px;
}

.duty-two .text h3 {
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 30px;
	color: #333;
}

.duty-two .text p {
	margin-top: 10px;
	height: 75px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}

.duty-two .text i {
	display: block;
	margin-top: 10px;
	width: 28px;
	height: 3px;
	background: #ddd;
}

.duty-three {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 365px;
	height: 260px;
	background: #5c94fb;
}

.duty-three .text {
	position: absolute;
	left: 60px;
	right: 40px;
	bottom: 40px;
	color: #fff;
}

.duty-three .text h3 {
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 30px;
}

.duty-three .text p {
	margin-top: 10px;
	height: 100px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
}

.duty-three .text i {
	display: block;
	margin: 10px 0;
	width: 28px;
	height: 3px;
	background: #fff;
}

.duty-four {
	position: absolute;
	left: 365px;
	bottom: 0;
	width: 365px;
	height: 260px;
	background: #86affb;
}

.duty-four .text {
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 40px;
	color: #fff;
}

.duty-four .text h3 {
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 30px;
}

.duty-four .text p {
	margin-top: 10px;
	height: 100px;
	line-height: 25px;
	font-size: 16px;
	overflow: hidden;
}

.duty-four .text i {
	display: block;
	margin-top: 5px;
	width: 28px;
	height: 3px;
	background: #fff;
}

.wrapper {
	margin: 0 auto;
	width: 1400px;
}

/*企业文化结束*/




/*联系*/
.cont_box {
	width: 100%;
	margin: 0 auto;
}

.cont_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cont_l {
	width: 400px;
	box-shadow: 0 0 20px #ddd;
	padding: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cont_l i img {
	width: 138px;
	height: 138px;
}

.cont_l p {
	font-size: 18px;
	line-height: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 18px;
}

.cont_l p span {}

.cont_r {
	width: 100%;
	box-shadow: 0 0 20px #ddd;
	padding: 89px 60px;
}

.cont_r ul {
	list-style: none;
	width: 33%;
	padding: 10px;
}

.cont_r ul p {
	font-size: 22px;
	padding-bottom: 16px;
}

.cont_r li {
	font-size: 16px;
	line-height: 36px;
}

.map {
	margin-top: 20px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 20px #ddd;
}

.wzdt {
	margin: 0px auto 20px !important;
}

.Separate {
	font-size: 30px;
	text-align: center;
	margin: 60px auto 20px;
}

.Separate b {
	color: #5c94fb;
}

.Separate span {
	display: block;
	font-size: 14px;
	letter-spacing: 5px;
	color: #a4a4a4;
	margin-top: 10px;
}

.onclk dl dd.on {
	background: #5c94fb;
}

.onclk dl dd {
	float: left;
	background: #666;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	width: 13%;
	font-size: 16px;
}

.onclk dl dd+dd {
	margin-left: 10px;
}

.onclk {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 73px;
}

.adv_d {
	height: 555px;
	overflow: hidden;
	width: 100%;
}


.lxfsnr {
	padding-top: 20px;
}

.lxfsnr li {
	float: left;
	width: 32%;
	padding: 20px 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
}

.lxfsnr li:nth-child(3n) {
	margin-right: 0;
}

.lxfsnr li img {
	float: left;
}

.lxfsnr li p {
	float: left;
	font-size: 16px;
	line-height: 46px;
	padding-left: 25px;
}

.lxfsnr li a {
	font-size: 16px;
}





/*在线留言*/
#bodycontent #tianxieone,
#bodycontent #tfour,
#bodycontent #liuyanshenming {
	border-top: #eee 1px solid !important;
	border-left: #eee 1px solid !important;
	border-right: #eee 1px solid !important;
	width: 1398px !important;
}

#bodycontent #lytijiao {
	border: #eee 1px solid !important;
	width: 1398px !important;
}

#bodycontent #tianxieone #tianxietwo {
	width: 140px;
	float: left;
	text-align: right;
	padding: 5px 0;
}

#bodycontent #tianxieone #tianxiethree {
	width: 1356px;
	float: left;
	text-align: left;
	padding: 5px 0;
}

input,
textarea {
	outline: none;
	border: none;
}

#chakantwo {
	width: 1400px !important;
	height: 65px !important;
	text-align: left;
	font-size: 0;
}

#chakantwo a {
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #eee;
	text-align: center;
}

#chakantwo a+a {
	margin-left: 2px;
}

#tfive textarea {
	width: 1270px !Important;
}


.nyqhlist {
	width: 100%;
}

.nyqhlist li {
	float: left;
	width: 23%;
	margin: 0 1% 2% 1%;
}

.nyqhlist_pic img {
	width: 100%;
	height: auto;
	transition: all 0.2s;
}

.nyqhlist_tit {
	white-space:nowrap;
	line-height: 46px;
	font-size: 16px;
	background: #eee;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.nyqhlist_pic:hover img {
	transform: scale(1.1);
}